home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000208_blitz-list-request_Mon Aug 15 22:32:33 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from cix.compulink.co.uk (tom.compulink.co.uk [192.188.69.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id WAA10933 for <blitz-list@helsinki.fi>; Mon, 15 Aug 1994 22:31:09 +0300
  2. Received: from gonzales.compulink.co.uk (gonzales.compulink.co.uk [192.188.69.4]) by cix.compulink.co.uk (8.6.9/8.6.9) id UAA06829 for blitz-list@helsinki.fi; Mon, 15 Aug 1994 20:28:35 +0100
  3. Date: Mon, 15 Aug 94 20:30 BST-1
  4. From: gakennedy@cix.compulink.co.uk (Graham Kennedy)
  5. Subject: List arrays
  6. To: blitz-list@helsinki.fi
  7. Reply-To: gakennedy@cix.compulink.co.uk
  8. Message-Id: <memo.978781@cix.compulink.co.uk>
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset="us-ascii"
  11. Content-Transfer-Encoding: 7bit
  12. X-Status: 
  13. Status: O
  14.  
  15. A quicky question to you all,
  16.  
  17. Anyone know a way of freeing off memory used by a 'DIM LIST' a sort of UNDIM
  18. I suppose. The reason is a program I am working on at the moment requires an
  19. extremely large list array purely to display a large GTListview which the
  20. user selects an Item from, then that's it.. list finished, but I've still
  21. lost all that memory, till the program terminates. I realise I could write
  22. my own fake listview but it seems a lot of effort for one selection.
  23.  
  24. While I am on it, once you get the value of the selected item from the list
  25. is it possible to set the listpointer to that entry, so you can get at the
  26. data at that position, I'm currently starting at the beginning and using
  27. NextItem() to step through the number of entries specified by the listview,
  28. which works but isn't ideal..
  29.  
  30. Thanks in advance.
  31.  
  32. Graham K.  
  33.